default.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
<link href="css/lightbox.css" rel="stylesheet" />
<link href="css/screen.css" rel="stylesheet" />
</head>

<body>

<a href="images/examples/image-1.jpg" rel="lightbox">
<img alt="" src="images/examples/thumb-1.jpg" /></a>
<a href="images/examples/image-2.jpg" rel="lightbox">
<img alt="" src="images/examples/thumb-2.jpg" /></a>
<a href="images/examples/image-3.jpg" rel="lightbox[plants]" title="Click on the right side of the image to move forward.">
<img alt="Plants: image 1 0f 4 thumb" src="images/examples/thumb-3.jpg" /></a>
<a href="images/examples/image-4.jpg" rel="lightbox[plants]" title="Alternately you can press the right arrow key.">
<img alt="Plants: image 2 0f 4 thumb" src="images/examples/thumb-4.jpg" /></a>
<a href="images/examples/image-5.jpg" rel="lightbox[plants]" title="The script preloads the next image in the set as you're viewing.">
<img alt="Plants: image 3 0f 4 thumb" src="images/examples/thumb-5.jpg" /></a>
<a href="images/examples/image-6.jpg" rel="lightbox[plants]" title="Click the X or anywhere outside the image to close">
<img alt="Plants: image 4 0f 4 thumb" src="images/examples/thumb-6.jpg" /></a>
<br />
<p>Bilder vom Clubabend aneinadergereiht</p>
<a href="images/examples/IMG_3450.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_IMG_3450.jpeg" /></a>
<a href="images/examples/IMG_3451.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_IMG_3451.jpeg" /></a>
<a href="images/examples/IMG_3452.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_IMG_3452.jpeg" /></a>
<a href="images/examples/IMG_3453.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_IMG_3453.jpeg" /></a>
<a href="images/examples/IMG_3454.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_IMG_3454.jpeg" /></a>
<a href="images/examples/IMG_3455.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_IMG_3455.jpeg" /></a>
<a href="images/examples/sn.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
<img alt="Clubabend" src="images/examples/zThumb_sn.jpeg" /></a>
<p>Bilder vom Clubabend mit div formatiert</p>
<div class="imageRow">
	<div class="set">
		<div class="single first">
			<a href="images/examples/IMG_3450.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_IMG_3450.jpeg" /></a>
		</div>
		<div class="single">
			<a href="images/examples/IMG_3451.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_IMG_3451.jpeg" /></a>
		</div>
		<div class="single">
			<a href="images/examples/IMG_3452.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_IMG_3452.jpeg" /></a>
		</div>
		<div class="single">
			<a href="images/examples/IMG_3453.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_IMG_3453.jpeg" /></a>
		</div>
		<div class="single">
			<a href="images/examples/IMG_3454.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_IMG_3454.jpeg" /></a>
		</div>
		<div class="single">
			<a href="images/examples/IMG_3455.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_IMG_3455.jpeg" /></a>
		</div>
		<div class="single last">
			<a href="images/examples/sn.jpeg" rel="lightbox[club]" title="Click the X or anywhere outside the image to close">
			<img alt="Clubabend" src="images/examples/zThumb_sn.jpeg" /></a>
		</div>
	</div>
</div>

</body>

</html>